home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / ast_text / faqs / g!!.faq < prev    next >
Text File  |  1993-07-11  |  71KB  |  1,753 lines

  1. From charnel!olivea!spool.mu.edu!howland.reston.ans.net!agate!usenet Sat Jul 10 22:35:48 PDT 1993
  2. Article: 39966 of comp.lang.c++
  3. Path: charnel!olivea!spool.mu.edu!howland.reston.ans.net!agate!usenet
  4. From: jbuck@ohm.berkeley.edu (Joe Buck)
  5. Newsgroups: gnu.g++.help,comp.lang.c++,news.answers,comp.answers
  6. Subject: FAQ for g++ and libg++, plain text version [Revised 28 Jun 1993]
  7. Supersedes: <g++FAQ_06_15_1993_texi@ohm.berkeley.edu>
  8. Followup-To: poster
  9. Date: 1 Jul 1993 13:00:13 GMT
  10. Organization: University of California, Berkeley
  11. Lines: 741
  12. Approved: news-answers-request@MIT.edu
  13. Expires: 1 Aug 1993 00:00:00 GMT
  14. Message-ID: <g++FAQ_07_01_1993_texi@ohm.berkeley.edu>
  15. NNTP-Posting-Host: ohm.eecs.berkeley.edu
  16. Xref: charnel gnu.g++.help:3655 comp.lang.c++:39966 news.answers:9957 comp.answers:1181
  17.  
  18. Archive-name: g++-FAQ/plain
  19. Last-modified: 28 Jun 1993
  20. Frequency: bimonthly
  21.  
  22. [ this is the plain text version, the parent is the texinfo version ]
  23.  
  24.  
  25. Preface
  26. *******
  27.  
  28.    This is a list of frequently asked questions (FAQ) for g++ users;
  29. thanks to all those who sent suggestions for improvements.  Thanks to
  30. Marcus Speh for doing the index.
  31.  
  32.    Many FAQ's, including this one, are available on the archive site
  33. rtfm.mit.edu, in the directory pub/usenet/news.answers.  This FAQ may
  34. be found in the subdirectory g++-FAQ.
  35.  
  36.    There have been many, many changes since the last version of this
  37. list, prompted by a major release of gcc.  I've fixed this document as
  38. best I could, but I'm sure it will need some more work.  Please send
  39. fixes, and please be kind.
  40.  
  41.    I'm looking for new questions (*with* answers), better answers, or
  42. both.  One thing that's missing is a section on templates and template
  43. problems with g++; I'm looking for contributions on this score.  You
  44. can mail comments, suggestions, flames, etc. to jbuck@ohm.berkeley.edu.
  45. Please don't assume, though, that because my name is on this thing
  46. that I am the world expert on g++/C++ and you should mail all your
  47. tricky questions to me.  I'd like to be helpful but I'm getting more of
  48. this than I can deal with lately.
  49.  
  50.    This FAQ is intended to supplement, not replace, Marshall Cline's
  51. excellent FAQ for comp.lang.c++.  Especially if g++ is the first C++
  52. compiler you've ever used, the question "How do I do <X> with g++?" is
  53. probably really "How do I do <X> in C++?".  You can obtain the C++ FAQ
  54. by anonymous FTP from sun.soe.clarkson.edu [128.153.12.3], in the file
  55. ~ftp/pub/C++/FAQ.  (There is also a mail server for that FAQ, but it
  56. seems to be broken).
  57.  
  58.  
  59. Obtaining Source Code
  60. *********************
  61.  
  62.  
  63. How do I get a copy of g++ for Unix?
  64. ====================================
  65.  
  66.    First, you may already have it if you have gcc for your platform;
  67. g++ and gcc are combined now (as of gcc version 2.0).
  68.  
  69.    You can get g++ from a friend who has a copy, by anonymous FTP or
  70. UUCP, or by ordering a tape or CD-ROM from the Free Software Foundation.
  71.  
  72.    The Free Software Foundation is a nonprofit organization that
  73. distributes software and manuals to raise funds for more GNU
  74. development.  Getting your copy from the FSF contributes directly to
  75. paying staff to develop GNU software.  CD-ROMs cost $100 if an
  76. individual is buying, or $400 if an organization is buying.  Tapes cost
  77. around $200 depending on media type.  I recommend asking for version 2,
  78. not version 1, of g++.
  79.  
  80.    For more information about ordering from the FSF, contact
  81. gnu@prep.ai.mit.edu or phone (617) 876-3296.
  82.  
  83.    Here is a list of anonymous FTP archive sites for GNU software.
  84.  
  85.      Japan: ftp.cs.titech.ac.jp, utsun.s.u-tokyo.ac.jp:ftpsync/prep
  86.      Australia: archie.au:gnu
  87.      Europe: src.doc.ic.ac.uk:gnu, ftp.informatik.tu-muenchen.de,
  88.          ftp.informatik.rwth-aachen.de:pub/gnu,
  89.          nic.funet.fi:pub/gnu, ugle.unit.no, isy.liu.se,
  90.          ftp.stacken.kth.se, sunic.sunet.se, ftp.win.tue.nl,
  91.          ftp.diku.dk, ftp.eunet.ch, archive.eu.net
  92.      United States: wuarchive.wustl.edu, ftp.cs.widener.edu,
  93.          uxc.cso.uiuc.edu, col.hp.com, gatekeeper.dec.com:pub/GNU,
  94.          ftp.uu.net:packages/gnu
  95.  
  96.    The "official site" is prep.ai.mit.edu, but your transfer will
  97. probably go faster if you use one of the above machines.
  98.  
  99.    If you use the HP Precision Architecture (HP-9000/7xx and
  100. HP-9000/8xx) and you want to use debugging, you'll need to grab a
  101. special version of GAS from the University of Utah, site
  102. jaguar.cs.utah.edu.  Look in the "/dist" directory for pa-gas-1.36.u5.
  103. A non-standard debug format is used, since HP considers their debug
  104. format a trade secret.  The GNU debugger, GDB, understands the debug
  105. format produced by this version of GAS, but not the format produced by
  106. HP's compilers.
  107.  
  108.    Some enhancements for the HP that haven't been integrated back into
  109. the official gcc are available from the same site in version
  110. gcc-2.4.3.u3.  The main one seems to be that linking against HPUX
  111. shared libraries works.  Both sources and precompiled binaries are
  112. available from this site.
  113.  
  114.    libg++-2.3 requires some patches to install correctly on HP-PA
  115. systems.  You may obtain these patches by anonymous FTP from the site
  116. geod.emr.ca in /pub/hp/libg++-2.3.patches.tar.Z.  Other interesting
  117. notes for HP-PA folks on use of GNU software on this architecture may
  118. be found in the file "gnu-results-1.6" in the same directory (1.6 may
  119. be replaced with some later number).
  120.  
  121.    [ I don't know how the above changes with libg++ 2.3.1 - jbuck ]
  122.  
  123.    UUNET customers can get GNU sources from UUNET via UUCP.  UUCP-only
  124. sites can get GNU sources by "anonymous UUCP" from site "osu-cis" at
  125. Ohio State University.  You pay for the long-distance call to OSU; the
  126. price isn't too bad on weekends at 9600 bps.  Send mail to
  127. uucp@cis.ohio-state.edu or osu-cis!uucp for more information.
  128.  
  129.    OSU lines are often busy.  If you're in the USA, and are willing to
  130. spend more money, you can get sources via UUCP from UUNET using their
  131. 900 number: 1-900-GOT-SRCS (900 numbers don't work internationally).
  132. You will be billed $0.50/minute by your phone company.
  133.  
  134.    Don't forget to retrieve libg++ as well!
  135.  
  136.  
  137. Getting gcc/g++ binaries for Solaris 2.x
  138. ========================================
  139.  
  140.    "Sun took the C compiler out of Solaris 2.x.  Am I stuck?"
  141.  
  142.    No; prep.ai.mit.edu and its mirror sites provide GCC binaries for
  143. Solaris.  As a rule, these binaries are not updated as often as the
  144. sources are, so if you want the very latest version of gcc/g++, you may
  145. need to grab and install binaries for an older version and use it to
  146. bootstrap the latest version from source.
  147.  
  148.    The latest gcc binaries on prep.ai.mit.edu are for version 2.4.0.
  149.  
  150.  
  151. How do I get a copy of g++ for (some other platform)?
  152. =====================================================
  153.  
  154.    The standard gcc/g++ distribution includes VMS support.  Since the
  155. FSF people don't use VMS, it's likely to be somewhat less solid than
  156. the Unix version.  Precompiled copies of g++ and libg++ in
  157. VMS-installable form are available by FTP from mango.rsmas.miami.edu.
  158.  
  159.    DJ Delorie has ported gcc/g++ to MS-DOS; this port is popularly
  160. known as "DJGPP" (the P's stand for "plus").  It can be found on many
  161. FTP archive sites; its "home" is on omnigate.clarkson.edu, directory
  162. ~ftp/pub/msdos/djgpp.  Note: omnigate restricts the number of anonymous
  163. users.  The latest version of DJGPP is 1.10, announced on June 1, 1993.
  164. This version is the first that runs under Windows 3.x.  It is a port
  165. of gcc 2.4.1.
  166.  
  167.    For information on Amiga ports of gcc/g++, retrieve the file
  168. /pub/gnu/MicrosPorts/Amiga from prep.ai.mit.edu, or write to Markus M.
  169. Wild <wild@nessie.cs.id.ethz.ch>, who I hope won't be too upset that I
  170. mentioned his name here.
  171.  
  172.    A port of gcc-2.4.1 to the Atari ST can be found on the site
  173. "atari.archive.umich.edu", under /atari/Gnustuff/Tos, along with many
  174. other GNU programs.  See the FAQ for the Usenet group
  175. "comp.sys.atari.st" for more information.
  176.  
  177.    There are two different ports of gcc-2.3.3 (and g++) to OS/2, the
  178. so-called EMX port, which requires a particular Unix emulator, and a
  179. port called "gcc/2", which runs native.  The latter port uses a rather
  180. buggy port of the BSD libc.  For more information ask around on
  181. "comp.os.os2.programmer".  gcc/2, together with other GNUware for OS/2,
  182. can be obtained by FTP from
  183.  
  184.      ftp-os2.nmsu.edu (128.123.35.151) in /pub/os2/2_x/unix/gnu
  185.      luga.latrobe.edu.au (131.172.2.2) in /pub/os2/2_x/unix/gnu
  186.  
  187.    The current maintainer of the gcc/2 port is Colin Jensen (Michael
  188. Johnson did the original port).  His address is ljensen@netcom.com.
  189.  
  190.    Eberhard Mattes did the EMX port.  His address is
  191. mattes@azu.informatik.uni-stuttgart.de.
  192.  
  193.    Because the legal policies of Apple threaten the long-term goals of
  194. FSF, as well as the concept of free software, no support will be lent to
  195. efforts to port GNU software to Macintosh or other Apple hardware.
  196.  
  197.  
  198. But I can only find g++-1.42!
  199. =============================
  200.  
  201.    "I keep hearing people talking about g++ 2.4.5 (or some other number
  202. starting with 2), but the latest version I can find is g++ 1.42.  Where
  203. is it?"
  204.  
  205.    As of gcc 2.0, C, C++, and Objective-C as well are all combined into
  206. a single distribution called gcc.  If you get gcc you already have g++.
  207. The standard installation procedure for any gcc version 2 compiler will
  208. install the C++ compiler as well.
  209.  
  210.    One could argue that we shouldn't even refer to "g++-2.x.y" but it's
  211. a convention.  It means "the C++ compiler included with gcc-2.x.y".
  212.  
  213.  
  214. What is the latest version of gcc, g++, and libg++?
  215. ===================================================
  216.  
  217.    The latest "2.x" version of gcc/g++ is 2.4.5, released June 20, 1993.
  218. The latest version of libg++ is 2.3.1, released May 26, 1993.
  219.  
  220.    For some non-Unix platforms, 2.2.2 may be the latest compiler that
  221. has been ported.  libg++ 2.3 will not compile with gcc-2.2.2; use libg++
  222. 2.2 instead.
  223.  
  224.    The latest "1.x" version of gcc is 1.42, and the latest "1.x"
  225. version of g++ is 1.42.0.  I recommend against using them except in
  226. special circumstances.
  227.  
  228.  
  229. Installation Issues and Problems
  230. ********************************
  231.  
  232.  
  233. I can't build g++ 1.x.y with gcc-2.x.y!
  234. =======================================
  235.  
  236.    "I obtained gcc-2.x.y and g++ 1.x.y and I'm trying to build it, but
  237. I'm having major problems.  What's going on?"
  238.  
  239.    If you wish to build g++-1.42, you must obtain gcc-1.42 first.  The
  240. installation instructions for g++ version 1 leave a lot to be desired,
  241. unfortunately, and I would recommend that, unless you have a special
  242. reason for needing the 1.x compiler, that C++ users use the latest
  243. g++-2.x version, as it is the version that is being actively maintained.
  244.  
  245.    There is no template support in g++-1.x, and it is generally much
  246. further away from the ANSI draft standard than g++-2.x is.
  247.  
  248.  
  249. OK, I've obtained gcc; what else do I need?
  250. ===========================================
  251.  
  252.    First off, you'll want libg++ as you can do almost nothing without it
  253. (unless you replace it with some other class library).
  254.  
  255.    Second, depending on your platform, you may need "gas", the GNU
  256. assembler, or the GNU linker (see next question).
  257.  
  258.    Finally, while it is not required, you'll almost certainly want the
  259. GNU debugger, gdb.  The latest version is 4.9, released May 12, 1993.
  260. Other debuggers (like dbx, for example) will normally not be able to
  261. understand at least some of the debug information produced by g++.
  262.  
  263.  
  264. Should I use the GNU linker, or should I use "collect"?
  265. =======================================================
  266.  
  267.    First off, for novices: special measures must be taken with C++ to
  268. arrange for the calling of constructors for global or static objects
  269. before the execution of your program, and for the calling of
  270. destructors at the end.  (Exception: System VR3 and System VR4 linkers
  271. support user-defined segments; g++ on these systems requires neither
  272. the GNU linker nor collect.  So if you have such a system, the answer
  273. is that you don't need either one).
  274.  
  275.    If you have experience with AT&T's "cfront", this function is
  276. performed there by programs named "patch" or "munch".  With GNU C++, it
  277. is performed either by the GNU linker or by a program known as
  278. "collect".  The collect program is part of the gcc-2.x distribution;
  279. you can obtain the GNU linker separately as part of the "binutils"
  280. package.  The latest version of binutils is 2.2.1, released May 21,
  281. 1993.
  282.  
  283.    (To be technical, it's "collect2"; there were originally several
  284. alternative versions of collect, and this is the one that survived).
  285.  
  286.    There are advantages and disadvantages to either choice.
  287.  
  288.    Advantages of the GNU linker:
  289.  
  290.    It's faster than using collect - collect basically runs the standard
  291. Unix linker on your program twice, inserting some extra code after the
  292. first pass to call the constructors.  This is a sizable time penalty
  293. for large programs.  The GNU linker does not require this extra pass.
  294.  
  295.    GNU ld reports undefined symbols using their true names, not the
  296. mangled names.
  297.  
  298.    If there are undefined symbols, GNU ld reports which object file(s)
  299. refer to the undefined symbol(s).
  300.  
  301.    As of binutils version 2.2, on systems that use the so-called "a.out"
  302. debug format (e.g. Suns running SunOS 4.x), the GNU linker compresses
  303. the debug symbol table considerably, which in at least some cases may
  304. make up, in disk space, for its inability to use shared libraries.
  305.  
  306.    Advantages of collect:
  307.  
  308.    If your native linker supports shared libraries, you can use shared
  309. libraries with collect.  The GNU linker does not (yet) support shared
  310. libraries.
  311.  
  312.    Note: using existing shared libraries (X and libc, for example) works
  313. very nicely; generating shared libraries from g++-compiled code is
  314. another matter, generally requiring OS-dependent tricks if it is
  315. possible at all.
  316.  
  317.    The GNU linker has not been ported to as many platforms as g++ has,
  318. so you may be forced to use collect.
  319.  
  320.    If you use collect, you don't need to get something extra and figure
  321. out how to install it; the standard gcc installation procedure will do
  322. it for you.
  323.  
  324.    In conclusion, I don't see a clear win for either alternative at this
  325. point.  Take your pick.
  326.  
  327.  
  328. Should I use the GNU assembler, or my vendor's assembler?
  329. =========================================================
  330.  
  331.    This depends on your platform and your decision about the GNU
  332. linker.  For most platforms, you'll need to use gas if you use the GNU
  333. linker.  For some platforms, you have no choice; check the gcc
  334. installation notes to see whether you must use gas.  But you can
  335. usually use the vendor's assembler if you don't use the GNU linker.
  336.  
  337.    The GNU assembler assembles faster than many native assemblers;
  338. however, on many platforms it cannot support the local debugging format.
  339.  
  340.  
  341. Should I use the GNU C library?
  342. ===============================
  343.  
  344.    At this point in time, no.  The GNU C library is still very young,
  345. and libg++ still conflicts with it in some places.  Use your native C
  346. library unless you know a lot about the gory details of libg++ and
  347. gnu-libc.  This will probably change in the future.
  348.  
  349.  
  350. Problems building libg++ on 386/486
  351. ===================================
  352.  
  353.    Attempts to install libg++ on 386 or 486 systems running ports of
  354. SVR4 have problems because of bugs in debugging support on that
  355. platform.  Briefly, debugging does not currently work right yet for
  356. C++.  You should be able to build the library successfully by deleting
  357. the -g flag from the Makefiles (this should no longer be necessary with
  358. gcc 2.4.x although debugging still doesn't work).
  359.  
  360.    See the section entitled "Debugging on SVR4 systems."
  361.  
  362.  
  363. Other problems building libg++
  364. ==============================
  365.  
  366.    "I am having trouble building libg++-2.2 or 2.3.  Help!"
  367.  
  368.    On some platforms (for example, Ultrix), you may see errors
  369. complaining about being unable to open dummy.o.  On other platforms
  370. (for example, SunOS), you may see problems having to do with the type
  371. of size_t.  The fix for these problems is to make libg++ by saying
  372. "make CC=gcc".  According to Per Bothner, it should no longer be
  373. necessary to specify "CC=gcc" for libg++-2.3.1.
  374.  
  375.    On Solaris 2.1, in the file `libg++/configure.in', change
  376.  
  377.      *-*-solaris2)    my_host=solaris2 ;;
  378.  
  379.    to:
  380.  
  381.        *-*-solaris2*)    my_host=solaris2 ;;
  382.  
  383.  
  384. Do I need to rebuild libg++ to go with my new g++?
  385. ==================================================
  386.  
  387.    "After I upgraded g++ to the latest version, I'm seeing undefined
  388. symbols."
  389.  
  390.    or
  391.  
  392.    "If I upgrade to a new version of g++, do I need to reinstall
  393. libg++?"
  394.  
  395.    This depends; as a rule, some upgrades will require rebuilding libg++
  396. and others will not.  Both versions 2.3.3 and 2.4.0 introduced some
  397. incompatibilities with previous versions.  For 2.3.3, the name mangling
  398. of certain virtual table names changed, which introduced an
  399. incompatiblity.  For 2.4.0, the type of "size_t" changed on Suns from
  400. int (as declared by the include files provided by Sun) to unsigned long
  401. (the ANSI C and draft ANSI C++ standards declare that size_t must be
  402. unsigned, and the GCC maintainers are now correcting this "bug").
  403.  
  404.    Conclusion: if your old compiler is an older version than 2.3.3, you
  405. must rebuild libg++ when you install a new g++.  If your vendor declares
  406. size_t to be a signed type and your old compiler is an older version
  407. than 2.4.0, you also must rebuild libg++.
  408.  
  409.    This would be a good opportunity to upgrade to the libg++ 2.3.1
  410. release if you haven't yet, to minimize the amount of rebuilding.
  411.  
  412.  
  413. User Problems
  414. *************
  415.  
  416.  
  417. Linker reports undefined symbols for static data members
  418. ========================================================
  419.  
  420.    "g++ reports undefined symbols for all my static data members when I
  421. link, even though the program works correctly for compiler XYZ.  What's
  422. going on?"
  423.  
  424.    The problem is almost certainly that you don't give definitions for
  425. your static data members.  If you have
  426.  
  427.      class Foo {
  428.          ...
  429.          void method();
  430.          static int bar;
  431.      };
  432.  
  433.    you have only declared that there is an int named Foo::bar and a
  434. member function named Foo::method that is defined somewhere.  You still
  435. need to defined BOTH method() and bar in some source file.  According
  436. to the draft ANSI standard, you must supply an initializer, such as
  437.  
  438.      int Foo::bar = 0;
  439.  
  440. in one (and only one) source file.
  441.  
  442.  
  443. g++ won't accept the placement new syntax.
  444. ==========================================
  445.  
  446.    "I have a program that uses the "placement syntax" of operator new,
  447. e.g.
  448.  
  449.         new (somewhere) T;
  450.  
  451. and g++ won't accept it."
  452.  
  453.    Up until version 2.3.1, g++ accepted an alternate form of the
  454. placement syntax, for historical reasons; use
  455.  
  456.         new {somewhere} T;
  457.  
  458. if you are using g++-2.2.2 or older.
  459.  
  460.    As of 2.3.1, g++ finally fixed this, using the standard ARM syntax
  461. for "placement new".  A few remaining glitches were fixed in 2.3.2.  The
  462. only remaining problem is with declarators for pointers to functions;
  463.  
  464.      new (void (*)(int));  // confuses gcc 2.3.2
  465.      new (a) (void (*)(int)); // ditto
  466.  
  467.    These can be worked around with a typedef:
  468.  
  469.      typedef void (*fun)(int);
  470.      new fun;
  471.      new (a) fun;
  472.  
  473.  
  474. I think I have found a bug in g++.
  475. ==================================
  476.  
  477.    "I think I have found a bug in g++, but I'm not sure.  How do I know,
  478. and who should I tell?"
  479.  
  480.    First, see the excellent section on bugs and bug reports in the gcc
  481. manual (which is included in the gcc distribution).  As a short summary
  482. of that section: if the compiler gets a fatal signal, for any input,
  483. it's a bug (newer versions of g++ will ask you to send in a bug report
  484. when they detect an error in themselves).  Same thing for producing
  485. invalid assembly code.
  486.  
  487.    When you report a bug, make sure to describe your platform (the type
  488. of computer, and the version of the operating system it is running) and
  489. the version of the compiler that you are running.  Also provide enough
  490. code so that the g++ maintainers can duplicate your bug.
  491.  
  492.    I will add some extra notes that are C++-specific, since the notes
  493. from gcc are generally C-specific.
  494.  
  495.    First, mail your bug report to "bug-g++@prep.ai.mit.edu".  You may
  496. also post to gnu.g++.bug, but it's better to use mail, particularly if
  497. you have any doubt as to whether your news software generates correct
  498. reply addresses.  Don't mail C++ bugs to bug-gcc@prep.ai.mit.edu.
  499.  
  500.    If your bug involves libg++ rather than the compiler, mail to
  501. bug-libg++@prep.ai.mit.edu.  If you're not sure, you could send your bug
  502. to both lists.
  503.  
  504.    Second, if your program does one thing, and you think it should do
  505. something else, it is best to consult a good reference if in doubt.  The
  506. standard reference is "The Annotated C++ Reference Manual", by Ellis and
  507. Stroustrup (copyright 1990, ISBN #0-201-51459-1).  This is what they're
  508. talking about on the net when they refer to "the ARM".
  509.  
  510.    The reference manual, without annotations, also appears in
  511. Stroustrup's "The C++ Programming Language, Second Edition" (copyright
  512. 1991, ISBN #0-201-53992-6).  Both books are published by Addison-Wesley.
  513.  
  514.    Note that the behavior of (any version of) AT&T's "cfront" compiler
  515. is NOT the standard for the language.
  516.  
  517.  
  518. Porting programs from other compilers to g++
  519. ============================================
  520.  
  521.    "I have a program that runs on <some other C++ compiler>, and I want
  522. to get it running under g++.  Is there anything I should watch out for?"
  523.  
  524.    First, see the questions on placement new syntax and static data
  525. members.
  526.  
  527.    There are two other reasons why a program that worked under one
  528. compiler might fail under another: your program may depend on the order
  529. of evaluation of side effects in an expression, or it may depend on the
  530. lifetime of a temporary (you may be assuming that a temporary object
  531. "lives" longer than the standard guarantees).  As an example of the
  532. first:
  533.  
  534.      void func(int,int);
  535.      
  536.      int i = 3;
  537.      func(i++,i++);
  538.  
  539.    Novice programmers think that the increments will be evaluated in
  540. strict left-to-right order.  Neither C nor C++ guarantees this; the
  541. second increment might happen first, for example.  func might get 3,4,
  542. or it might get 4,3.
  543.  
  544.    The second problem often happens with classes like the libg++ String
  545. class.  Let's say I have
  546.  
  547.      String func1();
  548.      void func2(const char*);
  549.  
  550.    and I say
  551.  
  552.      func2(func1());
  553.  
  554.    because I know that class String has an "operator const char*".  So
  555. what really happens is
  556.  
  557.      func2(func1().convert());
  558.  
  559.    where I'm pretending I have a convert() method that is the same as
  560. the cast.  This is unsafe, because the temporary String object may be
  561. deleted after its last use (the call to the conversion function),
  562. leaving the pointer pointing to garbage, so by the time func2 is
  563. called, it gets an invalid argument.
  564.  
  565.    If you think this is ugly, you should know that the ANSI C++
  566. committee is still debating the lifetime-of-temporaries problem.
  567.  
  568.    For now, the safe way to write such code is to give the temporary a
  569. name, which forces it to live until the end of the scope of the name.
  570. For example:
  571.  
  572.      String& tmp = func1();
  573.      func2(tmp);
  574.  
  575.    Finally, like all compilers (but especially C++ compilers, it seems),
  576. g++ has bugs, and you may have tweaked one.
  577.  
  578.  
  579. Why does g++ mangle names differently from other C++ compilers?
  580. ===============================================================
  581.  
  582.    See the answer to the next question.
  583.  
  584.  
  585. Why can't g++ code link with code from other C++ compilers?
  586. ===========================================================
  587.  
  588.    "Why can't I link g++-compiled programs against libraries compiled by
  589. some other C++ compiler?"
  590.  
  591.    Some people think that, if only the FSF and Cygnus Support folks
  592. would stop being stubborn and mangle names the same way that, say,
  593. cfront does, then any g++-compiled program would link successfully
  594. against any cfront-compiled library and vice versa.  Name mangling is
  595. the least of the problems.  Compilers differ as to how objects are laid
  596. out, how multiple inheritance is implemented, how virtual function
  597. calls are handled, and so on, so if the name mangling were made the
  598. same, your programs would link against libraries provided from other
  599. compilers but then crash when run.  For this reason, the ARM
  600. *encourages* compiler writers to make their name mangling different
  601. from that of other compilers for the same platform.  Incompatible
  602. libraries are then detected at link time, rather than at run time.
  603.  
  604.  
  605. What documentation exists for g++ 2.x?
  606. ======================================
  607.  
  608.    Relatively little.  The gcc manual describes the C front end, and
  609. also the back end, which is shared by the C++ compiler, but there is
  610. relatively little documentation for the C++ front end beyond a cursory
  611. description of the command line options (although more C++ specific
  612. information has been added to the gcc manual as of version 2.4.1).
  613.  
  614.    There is a Unix-style manual entry, "g++.1", in the gcc-2.x
  615. distribution; this describes the extra command-line options that g++
  616. supports, and the #pragma interface and #pragma implementation
  617. directives.
  618.  
  619.    (Latest news: as of 2.4.0, these pragmas are finally described in the
  620. main gcc manual).
  621.  
  622.    A draft of a document describing the g++ internals appears in the gcc
  623. distribution (called g++int.texi); it is still incomplete.
  624.  
  625.  
  626. What are the differences between g++ and the ARM specification of C++?
  627. ======================================================================
  628.  
  629.    The chief thing missing from g++ that is in the ARM is exceptions.
  630. There are bits and pieces of exception code present, but it is not
  631. presently usable.
  632.  
  633.    The template implementation is still new.  The implementation in
  634. 2.4.1 represents a considerable improvement over that of previous
  635. releases, but it has a long way to go.
  636.  
  637.    g++ does not implement a separate pass to instantiate template
  638. functions and classes at this point; for this reason, it will not work,
  639. for the most part, to declare your template functions in one file and
  640. define them in another.  The compiler will need to see the entire
  641. definition of the function, and will generate a static copy of the
  642. function in each file in which it is used.
  643.  
  644.    As with any beta-test compiler, there are bugs.  You can help improve
  645. the compiler by submitting detailed bug reports.
  646.  
  647.    One of the weakest areas of g++ other than templates is the
  648. resolution of overloaded functions and operators in complex cases.  The
  649. usual symptom is that in a case where the ARM says that it is ambiguous
  650. which function should be chosen, g++ chooses one (often the first one
  651. declared).  This is usually not a problem when porting C++ code from
  652. other compilers to g++, but shows up as errors when code developed under
  653. g++ is ported to other compilers.
  654.  
  655.    [A full bug list would be very long indeed, so I won't put one here.
  656. I may add a list of frequently-reported bugs and "non-bugs" like the
  657. static class members issue mentioned above].
  658.  
  659.  
  660. Will g++ compile InterViews?  The NIH class library?
  661. ====================================================
  662.  
  663.    The NIH class library uses a non-portable, compiler-dependent hack
  664. to initialize itself, which makes life difficult for g++ users.  It
  665. will not work without modification, and I don't know what modifications
  666. are required or whether anyone has done them successfully.
  667.  
  668.    Brendan Kehoe of Cygnus Support is working on getting NIHCL to build
  669. with g++.  He says, "The NIHCL release will hopefully contain patches
  670. to gcc to let it build."
  671.  
  672.    [ From Steinar Bang <steinarb@idt.unit.no>]
  673.  
  674.    InterViews 3.1 compiles and runs with gcc-2.3.3 and libg++-2.3,
  675. except that the "doc" application immediately dumps core when you try
  676. to run it.  There is also a small glitch with idraw.
  677.  
  678.    There is a patch for InterViews 3.1 from Johan Garpendahl
  679. <garp@isy.liu.se> available for FTP from site "ugle.unit.no".  It is in
  680. the file
  681.  
  682.    /pub/X11/contrib/InterViews/g++/3.1-beta3-patch.
  683.  
  684.    This fixes two things: the Doc coredump, and the pattern menu of
  685. idraw.  Read the instructions at the start of the file.
  686.  
  687.    [ I don't know whether the situation has changed with 2.4.0 ]
  688.  
  689.  
  690. Debugging on SVR4 systems
  691. =========================
  692.  
  693.    "When I use the -g flag on C++ code on a System V Release 4 system,
  694. I get lots of undefined symbols at link time.  Why?  Help!"
  695.  
  696.    [From Ron Guilmette:] The changes needed to get the g++ front-end to
  697. generate proper DWARF style debugging information for System V Release
  698. 4 are not yet completed, nor will they be until g++ version 2.4 (at the
  699. earliest).
  700.  
  701.    (Guess what?  2.4 is out, and it *still* doesn't work, but now g++
  702. will give you a warning message and turn off debugging rather than put
  703. out bogus assembly code.  Latest word from Brendan Kehoe: "it should
  704. work [better] in whatever major release comes after 2.4.1 ...").
  705.  
  706.    [Ron again:] There is nothing that you (as an end-user) can do to
  707. correct this problem.  (It is actually *many* problems, and they are
  708. all very complex.)  Until the g++ maintainers have time to fix this,
  709. you should simply *avoid* using the -g option when using g++ on SVR4.
  710.  
  711.  
  712. What are the rules for shipping code built with g++ and libg++?
  713. ***************************************************************
  714.  
  715.    "Is it is possible to distribute programs for profit that are created
  716. with g++ and use the g++ libraries?"
  717.  
  718.    I am not a lawyer, and this is not legal advice.  In any case, I have
  719. little interest in telling people how to violate the spirit of the GNU
  720. licenses without violating the letter.  This section tells you how to
  721. comply with the intention of the GNU licenses as best I understand them.
  722.  
  723.    The FSF has no objection to your making money.  Its only interest is
  724. that source code to their programs, and libraries, and to modified
  725. versions of their programs and libraries, is always available.
  726.  
  727.    The short answer is that you do not need to release the source to
  728. your program, but you can't just ship a stripped executable either.
  729.  
  730.    Compiling your code with a GNU compiler does not affect its
  731. copyright; it is still yours.  However, in order to ship code that
  732. links in a GNU library such as libg++ there are certain rules you must
  733. follow.  The rules are described in the file COPYING.LIB that
  734. accompanies gcc distributions; it is also included in the libg++
  735. distribution.  See that file for the exact rules.  The agreement is
  736. called the Library GNU Public License or LGPL.  It is much "looser"
  737. than the GNU Public License, or GPL, that covers must GNU programs.
  738.  
  739.    Here's the deal: let's say that you use some version of libg++,
  740. completely unchanged, in your software, and you want to ship only a
  741. binary form of your code.  You can do this, but there are several
  742. special requirements.  If you want to use libg++ but ship only object
  743. code for your code, you have to ship source for libg++ (or ensure
  744. somehow that your customer already has the source for the exact version
  745. you are using), and ship your application in linkable form.  You cannot
  746. forbid your customer from reverse-engineering or extending your program
  747. by exploiting its linkable form.
  748.  
  749.    Furthermore, if you modify libg++ itself, you must provide source
  750. for your modifications (making a derived class does not count as
  751. modifying the library - that is "a work that uses the library").
  752.  
  753.  
  754. Concept Index
  755. *************
  756.  
  757. --
  758. Joe Buck    jbuck@ohm.EECS.Berkeley.EDU
  759.  
  760.  
  761. From charnel!olivea!spool.mu.edu!agate!usenet Sat Jul 10 22:36:01 PDT 1993
  762. Article: 39965 of comp.lang.c++
  763. Path: charnel!olivea!spool.mu.edu!agate!usenet
  764. From: jbuck@ohm.berkeley.edu (Joe Buck)
  765. Newsgroups: gnu.g++.help,comp.lang.c++,news.answers,comp.answers
  766. Subject: FAQ for g++ and libg++, texinfo version [Revised 28 Jun 1993]
  767. Supersedes: <g++FAQ_06_15_1993_plain@ohm.berkeley.edu>
  768. Followup-To: poster
  769. Date: 1 Jul 1993 13:00:07 GMT
  770. Organization: University of California, Berkeley
  771. Lines: 972
  772. Approved: news-answers-request@MIT.edu
  773. Expires: 1 Aug 1993 00:00:00 GMT
  774. Message-ID: <g++FAQ_07_01_1993_plain@ohm.berkeley.edu>
  775. References: <g++FAQ_07_01_1993_texi@ohm.berkeley.edu>
  776. NNTP-Posting-Host: ohm.eecs.berkeley.edu
  777. Xref: charnel gnu.g++.help:3654 comp.lang.c++:39965 news.answers:9956 comp.answers:1180
  778.  
  779. Archive-name: g++-FAQ/texi
  780. Last-modified: 28 Jun 1993
  781. Frequency: bimonthly
  782.  
  783. [ This is the texinfo version.  If you don't know what texinfo is,
  784.   then you probably want to use the companion plain-text version. ]
  785.  
  786. ------------- cut here ----------------------------------------------
  787. \input texinfo.tex      @c -*-texinfo-*-
  788. @c %**start of header
  789. @setfilename g++FAQ.info
  790. @settitle Frequently asked questions about the GNU C++ compiler
  791. @setchapternewpage off
  792. @c version: @(#)g++FAQ.texi    1.8 6/28/93
  793. @c %**end of header
  794.  
  795. @iftex
  796. @finalout
  797. @end iftex
  798. @titlepage
  799. @title G++ FAQ
  800. @subtitle Frequently asked questions about the GNU C++ compiler
  801. @subtitle Jun 28, 1993
  802. @sp 1
  803. @author Joe Buck
  804. @page
  805. @end titlepage
  806.  
  807. @ifinfo
  808. @node Top, getting g++, (dir), (dir)
  809. @top
  810. @unnumbered Preface
  811. @cindex FAQ for g++, latest version
  812. @cindex Archive site for FAQ lists
  813. @cindex rtfm.mit.edu
  814. @cindex Joe Buck <jbuck@@ohm.berkeley.edu>
  815. @cindex FAQ for C++
  816. @cindex Marshall Cline [FAQ for comp.lang.c++]
  817. @cindex /anonymous@@sun.soe.clarkson.edu:/ftp/pub/C++/FAQ
  818. @end ifinfo
  819.  
  820. This is a list of frequently asked questions (FAQ) for g++ users; thanks to
  821. all those who sent suggestions for improvements.  Thanks to Marcus Speh
  822. for doing the index.
  823.  
  824. Many FAQ's, including this one, are available on the archive site
  825. rtfm.mit.edu, in the directory pub/usenet/news.answers.
  826. This FAQ may be found in the subdirectory g++-FAQ.
  827.  
  828. There have been many, many changes since the last version of this list,
  829. prompted by a major release of gcc.  I've fixed this document as best
  830. I could, but I'm sure it will need some more work.  Please send fixes,
  831. and please be kind.
  832.  
  833. I'm looking for new questions (@emph{with} answers), better answers,
  834. or both.  One thing that's
  835. missing is a section on templates and template problems with g++; I'm
  836. looking for contributions on this score.  You can mail comments,
  837. suggestions, flames, etc. to jbuck@@ohm.berkeley.edu.  Please don't
  838. assume, though, that because my name is on this thing that I am the
  839. world expert on g++/C++ and you should mail all your tricky questions to
  840. me.  I'd like to be helpful but I'm getting more of this than I can
  841. deal with lately.
  842.  
  843. This FAQ is intended to supplement, not replace, Marshall Cline's
  844. excellent FAQ for comp.lang.c++.  Especially if g++ is the first C++
  845. compiler you've ever used, the question "How do I do <X> with g++?"
  846. is probably really "How do I do <X> in C++?".  You can obtain the
  847. C++ FAQ by anonymous FTP from sun.soe.clarkson.edu [128.153.12.3],
  848. in the file ~ftp/pub/C++/FAQ.  (There is also a mail server for that
  849. FAQ, but it seems to be broken).
  850.  
  851. @menu
  852. * getting g++::     Obtaining Source Code
  853. * installation::    Installation Issues and Problems
  854. * User Problems::   User Problems
  855. * legalities::      What are the rules for shipping code built with g++ and libg++?
  856. * index::           Concept Index
  857.  
  858.  --- The Detailed Node Listing ---
  859.  
  860. Obtaining Source Code
  861.  
  862. * g++ for Unix::    How do I get a copy of g++ for Unix?
  863. * g++ for Solaris 2.x::  
  864. * g++ for other platforms::  How do I get a copy of g++ for (some other platform)?
  865. * 1.x vs 2.x versions::  But I can only find g++-1.42!
  866. * latest versions::  What is the latest version of gcc, g++, and libg++?
  867.  
  868. Installation Issues and Problems
  869.  
  870. * gcc-2 + g++-1::   I can't build g++ 1.x.y with gcc-2.x.y!
  871. * what else do I need?::  OK, I've obtained gcc; what else do I need?
  872. * use GNU linker?::  Should I use the GNU linker, or should I use "collect"?
  873. * Use GNU assembler?::  Should I use the GNU assembler, or my vendor's assembler?
  874. * Use GNU C library?::  Should I use the GNU C library?
  875. * Problems building libg++ on 386/486::  
  876. * Other problems building libg++::  
  877. * Rebuild libg++?:: Do I need to rebuild libg++ to go with my new g++?
  878.  
  879. User Problems
  880.  
  881. * static data members::  Linker reports undefined symbols for static data members
  882. * placement new syntax::  g++ won't accept the placement new syntax.
  883. * bug reports::     I think I have found a bug in g++.
  884. * porting to g++::  Porting programs from other compilers to g++
  885. * name mangling::   Why does g++ mangle names differently from other C++ compilers?
  886. * problems linking with other libraries::  Why can't g++ code link with code from other C++ compilers?
  887. * documentation::   What documentation exists for g++ 2.x?
  888. * agreement with standards::  What are the differences between g++ and the ARM specification of C++?
  889. * compiling standard libraries::  Will g++ compile InterViews?  The NIH class library?
  890. * debugging on SVR4 systems::  Debugging on SVR4 systems
  891. @end menu
  892.  
  893. @node getting g++, installation, Top, Top
  894. @chapter Obtaining Source Code
  895. @cindex Source code
  896.  
  897. @menu
  898. * g++ for Unix::    How do I get a copy of g++ for Unix?
  899. * g++ for Solaris 2.x::  
  900. * g++ for other platforms::  How do I get a copy of g++ for (some other platform)?
  901. * 1.x vs 2.x versions::  But I can only find g++-1.42!
  902. * latest versions::  What is the latest version of gcc, g++, and libg++?
  903. @end menu
  904.  
  905. @node g++ for Unix, g++ for Solaris 2.x,  , getting g++
  906. @section How do I get a copy of g++ for Unix?
  907.  
  908. First, you may already have it if you have gcc for your platform;
  909. g++ and gcc are combined now (as of gcc version 2.0).
  910. @cindex GNU gcc, version
  911. @cindex GNU g++ and gcc
  912.  
  913. You can get g++ from a friend who has a copy, by anonymous FTP or
  914. UUCP, or by ordering a tape or CD-ROM from the Free Software
  915. Foundation.
  916. @cindex g++, ordering
  917. @cindex g++, getting a copy
  918.  
  919. The Free Software Foundation is a nonprofit organization that
  920. distributes software and manuals to raise funds for more GNU
  921. development.  Getting your copy from the FSF contributes directly to
  922. paying staff to develop GNU software.  CD-ROMs cost $100 if an
  923. individual is buying, or $400 if an organization is buying.  Tapes
  924. cost around $200 depending on media type.  I recommend asking for
  925. version 2, not version 1, of g++.
  926. @cindex FSF [Free Software Foundation]
  927. @cindex GNU [GNU's not unix]
  928.  
  929. For more information about ordering from the FSF, contact
  930. gnu@@prep.ai.mit.edu or phone (617) 876-3296.
  931. @cindex FSF, contact <gnu@@prep.ai.mit.edu>
  932.  
  933. Here is a list of anonymous FTP archive sites for GNU software.
  934. @cindex GNUware, anonymous FTP sites
  935.  
  936. @example
  937. Japan: ftp.cs.titech.ac.jp, utsun.s.u-tokyo.ac.jp:ftpsync/prep
  938. Australia: archie.au:gnu
  939. Europe: src.doc.ic.ac.uk:gnu, ftp.informatik.tu-muenchen.de,
  940.     ftp.informatik.rwth-aachen.de:pub/gnu,
  941.     nic.funet.fi:pub/gnu, ugle.unit.no, isy.liu.se,
  942.     ftp.stacken.kth.se, sunic.sunet.se, ftp.win.tue.nl,
  943.     ftp.diku.dk, ftp.eunet.ch, archive.eu.net
  944. United States: wuarchive.wustl.edu, ftp.cs.widener.edu,
  945.     uxc.cso.uiuc.edu, col.hp.com, gatekeeper.dec.com:pub/GNU,
  946.     ftp.uu.net:packages/gnu
  947. @end example
  948.  
  949. The "official site" is prep.ai.mit.edu, but your transfer will probably
  950. go faster if you use one of the above machines.
  951.  
  952. @cindex HP Precision Architecture
  953. @cindex Hewlett-Packard
  954. @cindex GNU gas 
  955. @cindex GNU gdb
  956. @cindex gcc-2.4.3.u3 [Utah version]
  957. @cindex gcc, patches added
  958.  
  959. If you use the HP Precision Architecture (HP-9000/7xx and HP-9000/8xx)
  960. and you want to use debugging, you'll need to grab a special version of
  961. GAS from the University of Utah, site jaguar.cs.utah.edu.  Look in the
  962. "/dist" directory for pa-gas-1.36.u5.  A non-standard debug format is
  963. used, since HP considers their debug format a trade secret.  The GNU
  964. debugger, GDB, understands the debug format produced by this version of
  965. GAS, but not the format produced by HP's compilers.
  966.  
  967. Some enhancements for the HP that haven't been integrated back into the
  968. official gcc are available from the same site in version gcc-2.4.3.u3.
  969. The main one seems to be that linking against HPUX shared libraries
  970. works.  Both
  971. sources and precompiled binaries are available from this site.
  972.  
  973. libg++-2.3 requires some patches to install correctly on HP-PA systems.
  974. You may obtain these patches by anonymous FTP from the site geod.emr.ca
  975. in /pub/hp/libg++-2.3.patches.tar.Z.  Other interesting notes for HP-PA
  976. folks on use of GNU software on this architecture may be found in the file
  977. "gnu-results-1.6" in the same directory (1.6 may be replaced with some
  978. later number).
  979.  
  980. [ I don't know how the above changes with libg++ 2.3.1 - jbuck ]
  981.  
  982. @cindex UUNET
  983. @cindex UUCP
  984. UUNET customers can get GNU sources from UUNET via UUCP.
  985. UUCP-only sites can get GNU sources by "anonymous UUCP" from site
  986. "osu-cis" at Ohio State University.  You pay for the long-distance call
  987. to OSU; the price isn't too bad on weekends at 9600 bps.  Send mail to 
  988. uucp@@cis.ohio-state.edu or osu-cis!uucp for more information.
  989.  
  990. OSU lines are often busy.  If you're in the USA, and are willing to spend
  991. more money, you can get sources via UUCP from UUNET using their 900 number:
  992. 1-900-GOT-SRCS (900 numbers don't work internationally).  You will be
  993. billed $0.50/minute by your phone company.
  994.  
  995. @cindex libg++
  996. Don't forget to retrieve libg++ as well!
  997.  
  998. @node g++ for Solaris 2.x, g++ for other platforms, g++ for Unix, getting g++
  999. @section Getting gcc/g++ binaries for Solaris 2.x
  1000.  
  1001. ``Sun took the C compiler out of Solaris 2.x.  Am I stuck?''
  1002.  
  1003. @cindex Solaris
  1004. @cindex gcc/g++ binaries for Solaris
  1005.  
  1006. No; prep.ai.mit.edu and its mirror sites provide GCC binaries for
  1007. Solaris.  As a rule, these binaries are not updated as often as the
  1008. sources are, so if you want the very latest version of gcc/g++, you
  1009. may need to grab and install binaries for an older version and use it to
  1010. bootstrap the latest version from source.
  1011.  
  1012. The latest gcc binaries on prep.ai.mit.edu are for version 2.4.0.
  1013.  
  1014. @node g++ for other platforms, 1.x vs 2.x versions, g++ for Solaris 2.x, getting g++
  1015. @section How do I get a copy of g++ for (some other platform)?
  1016.  
  1017. @cindex VMS support
  1018. @cindex VAX
  1019. @cindex VMS, g++/libg++ precompiled
  1020. The standard gcc/g++ distribution includes VMS support.  Since the
  1021. FSF people don't use VMS, it's likely to be somewhat less solid than
  1022. the Unix version.  Precompiled copies of g++ and libg++ in VMS-installable
  1023. form are available by FTP from mango.rsmas.miami.edu.
  1024.  
  1025. @cindex MS-DOS support
  1026. @cindex Delorie's gcc/g++
  1027. @cindex DJGPP
  1028. DJ Delorie has ported gcc/g++ to MS-DOS; this port is popularly known as
  1029. "DJGPP" (the P's stand for "plus").  It can be found on many FTP archive
  1030. sites; its "home" is on omnigate.clarkson.edu, directory
  1031. ~ftp/pub/msdos/djgpp.  Note: omnigate restricts the number of anonymous
  1032. users.
  1033. The latest version of DJGPP is 1.10, announced on June 1, 1993.  This
  1034. version is the first that runs under Windows 3.x.  It is a port of gcc 2.4.1.
  1035.  
  1036. @cindex Amiga support
  1037. For information on Amiga ports of gcc/g++, retrieve the file
  1038. /pub/gnu/MicrosPorts/Amiga from prep.ai.mit.edu, or write
  1039. to Markus M. Wild <wild@@nessie.cs.id.ethz.ch>, who I hope won't be too upset
  1040. that I mentioned his name here.
  1041.  
  1042. @cindex Atari ST support
  1043. A port of gcc-2.4.1 to the Atari ST can be found on the site
  1044. ``atari.archive.umich.edu'', under /atari/Gnustuff/Tos, along with many
  1045. other GNU programs.  See the FAQ for the Usenet group
  1046. ``comp.sys.atari.st'' for more information.
  1047.  
  1048. @cindex EMX port 
  1049. @cindex gcc/2
  1050. @cindex OS/2 support
  1051. @cindex g++, version 2.3.3
  1052. There are two different ports of gcc-2.3.3 (and g++) to OS/2, the
  1053. so-called EMX port, which requires a particular Unix emulator, and
  1054. a port called ``gcc/2'', which runs native.  The latter port uses
  1055. a rather buggy port of the BSD libc.  For more information ask
  1056. around on ``comp.os.os2.programmer''.  gcc/2, together with other
  1057. GNUware for OS/2, can be obtained by FTP from
  1058.  
  1059. @example
  1060. ftp-os2.nmsu.edu (128.123.35.151) in /pub/os2/2_x/unix/gnu
  1061. luga.latrobe.edu.au (131.172.2.2) in /pub/os2/2_x/unix/gnu
  1062. @end example
  1063.  
  1064. The current maintainer of the gcc/2 port is Colin Jensen (Michael Johnson
  1065. did the original port).  His address is ljensen@@netcom.com.
  1066.  
  1067. Eberhard Mattes did the EMX port.  His address is
  1068. mattes@@azu.informatik.uni-stuttgart.de.
  1069.  
  1070. @cindex Apple support
  1071. @cindex Macintosh support
  1072. Because the legal policies of Apple threaten the long-term goals of FSF,
  1073. as well as the concept of free software, no support will be lent to
  1074. efforts to port GNU software to Macintosh or other Apple hardware.
  1075.  
  1076. @node 1.x vs 2.x versions, latest versions, g++ for other platforms, getting g++
  1077. @section But I can only find g++-1.42!
  1078.  
  1079. ``I keep hearing people talking about g++ 2.4.5 (or some other number
  1080. starting with 2), but the latest version I can find is g++ 1.42.
  1081. Where is it?''
  1082.  
  1083. @cindex Objective-C
  1084. @cindex g++, version number
  1085. As of gcc 2.0, C, C++, and Objective-C as well are all combined into a
  1086. single distribution called gcc.  If you get gcc you already have g++.  The
  1087. standard installation procedure for any gcc version 2 compiler will
  1088. install the C++ compiler as well.
  1089.  
  1090. One could argue that we shouldn't even refer to "g++-2.x.y" but it's a
  1091. convention.  It means "the C++ compiler included with gcc-2.x.y".
  1092.  
  1093. @node latest versions,  , 1.x vs 2.x versions, getting g++
  1094. @section What is the latest version of gcc, g++, and libg++?
  1095.  
  1096. @cindex gcc/g++, version date
  1097. The latest "2.x" version of gcc/g++ is 2.4.5, released June 20, 1993.
  1098. The latest version of libg++ is 2.3.1, released May 26, 1993.
  1099.  
  1100. For some non-Unix platforms, 2.2.2 may be the latest compiler that
  1101. has been ported.  libg++ 2.3 will not compile with gcc-2.2.2; use libg++
  1102. 2.2 instead.
  1103.  
  1104. The latest "1.x" version of gcc is 1.42, and the latest "1.x" version of
  1105. g++ is 1.42.0.
  1106. I recommend against using them except in special circumstances.
  1107.  
  1108. @node installation, User Problems, getting g++, Top
  1109. @chapter Installation Issues and Problems
  1110.  
  1111. @menu
  1112. * gcc-2 + g++-1::   I can't build g++ 1.x.y with gcc-2.x.y!
  1113. * what else do I need?::  OK, I've obtained gcc; what else do I need?
  1114. * use GNU linker?::  Should I use the GNU linker, or should I use "collect"?
  1115. * Use GNU assembler?::  Should I use the GNU assembler, or my vendor's assembler?
  1116. * Use GNU C library?::  Should I use the GNU C library?
  1117. * Problems building libg++ on 386/486::  Problems building libg++ on 386/486
  1118. * Other problems building libg++::  Other problems building libg++
  1119. * Rebuild libg++?::  Rebuild libg++ to go with my new g++?
  1120. @end menu
  1121.  
  1122. @node gcc-2 + g++-1, what else do I need?, , installation
  1123. @section I can't build g++ 1.x.y with gcc-2.x.y!
  1124.  
  1125. ``I obtained gcc-2.x.y and g++ 1.x.y and I'm trying to build it, but
  1126. I'm having major problems.  What's going on?''
  1127.  
  1128. @cindex g++, building 
  1129. If you wish to build g++-1.42, you must obtain gcc-1.42 first.  The
  1130. installation instructions for g++ version 1 leave a lot to be desired,
  1131. unfortunately, and I would recommend that, unless you have a special
  1132. reason for needing the 1.x compiler, that C++ users use the latest
  1133. g++-2.x version, as it
  1134. is the version that is being actively maintained.
  1135.  
  1136. @cindex g++, template support
  1137. @cindex Templates
  1138. @cindex ANSI draft standard
  1139. There is no template support in g++-1.x, and it is generally much further
  1140. away from the ANSI draft standard than g++-2.x is.
  1141.  
  1142. @node what else do I need?, use GNU linker?, gcc-2 + g++-1, installation
  1143. @section OK, I've obtained gcc; what else do I need?
  1144.  
  1145. @cindex libg++
  1146. First off, you'll want libg++ as you can do almost nothing without it
  1147. (unless you replace it with some other class library).
  1148.  
  1149. @cindex GNU gas 
  1150. @cindex GNU gas [assembler]
  1151. Second, depending on your platform, you may need "gas", the GNU assembler,
  1152. or the GNU linker (see next question).
  1153.  
  1154. @cindex GNU gdb
  1155. Finally, while it is not required, you'll almost certainly want the GNU
  1156. debugger, gdb.  The latest version is 4.9, released May 12, 1993.  Other
  1157. debuggers (like dbx, for example) will normally not be able to
  1158. understand at least some of the debug information produced by g++.
  1159.  
  1160. @node use GNU linker?, Use GNU assembler?, what else do I need?, installation
  1161. @section Should I use the GNU linker, or should I use "collect"?
  1162.  
  1163. @cindex Linker
  1164. @cindex System VR3, linker
  1165. @cindex System VR4, linker
  1166. First off, for novices: special measures must be taken with C++ to arrange
  1167. for the calling of constructors for global or static objects before the
  1168. execution of your program, and for the calling of destructors at the end.
  1169. (Exception: System VR3 and System VR4 linkers support user-defined
  1170. segments; g++ on these systems requires neither the GNU linker nor
  1171. collect.  So if you have such a system, the answer is that you don't
  1172. need either one).
  1173.  
  1174. @cindex AT&T cfront
  1175. @cindex Cfront-end
  1176. @cindex collect program
  1177. @cindex GNU linker
  1178. @cindex GNU binutils
  1179. If you have experience with AT&T's "cfront", this function is performed
  1180. there by programs named "patch" or "munch".  With GNU C++, it is performed
  1181. either by the GNU linker or by a program known as "collect".  The collect
  1182. program is part of the gcc-2.x distribution; you can obtain the GNU linker
  1183. separately as part of the "binutils" package.  The latest version of
  1184. binutils is 2.2.1, released May 21, 1993.
  1185.  
  1186. (To be technical, it's "collect2"; there were originally several
  1187. alternative versions of collect, and this is the one that survived).
  1188.  
  1189. There are advantages and disadvantages to either choice.
  1190.  
  1191. Advantages of the GNU linker:
  1192. @cindex GNU linker, advantages
  1193. @cindex GNU ld
  1194. @cindex ld [GNU linker]
  1195.  
  1196. It's faster than using collect -- collect basically runs the standard Unix
  1197. linker on your program twice, inserting some extra code after the first
  1198. pass to call the constructors.  This is a sizable time penalty for large
  1199. programs.  The GNU linker does not require this extra pass.
  1200.  
  1201. GNU ld reports undefined symbols using their true names, not the mangled
  1202. names.
  1203.  
  1204. If there are undefined symbols, GNU ld reports which object file(s) refer to
  1205. the undefined symbol(s).
  1206.  
  1207. As of binutils version 2.2, on systems that use the so-called "a.out"
  1208. debug format (e.g. Suns running SunOS 4.x), the GNU linker compresses
  1209. the debug symbol table considerably, which in at least some cases may
  1210. make up, in disk space, for its inability to use shared libraries.
  1211.  
  1212. @cindex collect linker, advantages
  1213. Advantages of collect:
  1214.  
  1215. @cindex Shared libraries
  1216. If your native linker supports shared libraries, you can use shared
  1217. libraries with collect.  The GNU linker does not (yet) support shared
  1218. libraries.
  1219.  
  1220. Note: using existing shared libraries (X and libc, for example) works
  1221. very nicely; generating shared libraries from g++-compiled code is
  1222. another matter, generally requiring OS-dependent tricks if it is
  1223. possible at all.
  1224.  
  1225. @cindex GNU linker, porting
  1226. The GNU linker has not been ported to as many platforms as g++ has, so you
  1227. may be forced to use collect.
  1228.  
  1229. If you use collect, you don't need to get something extra and figure out
  1230. how to install it; the standard gcc installation procedure will do it for you.
  1231.  
  1232. In conclusion, I don't see a clear win for either alternative at this
  1233. point.  Take your pick.
  1234.  
  1235. @node Use GNU assembler?, Use GNU C library?, use GNU linker?, installation
  1236. @section Should I use the GNU assembler, or my vendor's assembler?
  1237.  
  1238. @cindex Assembler
  1239. @cindex GNU gas
  1240. This depends on your platform and your decision about the GNU linker.  For
  1241. most platforms, you'll need to use gas if you use the GNU linker.  For
  1242. some platforms, you have no choice; check the gcc installation notes to
  1243. see whether you must use gas.  But you can usually use the vendor's
  1244. assembler if you don't use the GNU linker.
  1245.  
  1246. The GNU assembler assembles faster than many native assemblers; however,
  1247. on many platforms it cannot support the local debugging format.
  1248.  
  1249. @node Use GNU C library?, Problems building libg++ on 386/486, Use GNU assembler?, installation
  1250. @section Should I use the GNU C library?
  1251.  
  1252. @cindex GNU C library
  1253. @cindex libg++
  1254. At this point in time, no.  The GNU C library is still very young, and
  1255. libg++ still conflicts with it in some places.  Use your native C library
  1256. unless you know a lot about the gory details of libg++ and gnu-libc.  This
  1257. will probably change in the future.
  1258.  
  1259. @node Problems building libg++ on 386/486, Other problems building libg++, Use GNU C library?, installation
  1260. @section Problems building libg++ on 386/486
  1261.  
  1262. Attempts to install libg++ on 386 or 486 systems running ports of SVR4
  1263. have problems because of bugs in debugging support on that platform.
  1264. Briefly, debugging does not currently work right yet for C++.  You
  1265. should be able to build the library successfully by deleting the -g
  1266. flag from the Makefiles (this should no longer be necessary with gcc
  1267. 2.4.x although debugging still doesn't work).
  1268.  
  1269. See the section entitled ``Debugging on SVR4 systems.''
  1270.  
  1271. @node Other problems building libg++, Rebuild libg++?, Problems building libg++ on 386/486, installation
  1272. @section Other problems building libg++
  1273. @cindex libg++ on Ultrix
  1274. @cindex libg++ on SunOS
  1275.  
  1276. ``I am having trouble building libg++-2.2 or 2.3.  Help!''
  1277.  
  1278. On some platforms (for example, Ultrix), you may see errors complaining
  1279. about being unable to open dummy.o.  On other platforms (for example,
  1280. SunOS), you may see problems having to do with the type of size_t.
  1281. The fix for these problems is to make libg++ by saying "make CC=gcc".
  1282. According to Per Bothner, it should no longer be necessary to specify
  1283. "CC=gcc" for libg++-2.3.1.
  1284.  
  1285. On Solaris 2.1, in the file @file{libg++/configure.in}, change
  1286.  
  1287. @example
  1288. *-*-solaris2)    my_host=solaris2 ;;
  1289. @end example
  1290.  
  1291. to:
  1292.  
  1293. @example
  1294.   *-*-solaris2*)    my_host=solaris2 ;;
  1295. @end example
  1296.  
  1297. @node Rebuild libg++?,  , Other problems building libg++, installation
  1298. @section Do I need to rebuild libg++ to go with my new g++?
  1299.  
  1300. ``After I upgraded g++ to the latest version, I'm seeing undefined
  1301. symbols.''
  1302.  
  1303. or
  1304.  
  1305. ``If I upgrade to a new version of g++, do I need to reinstall libg++?''
  1306.  
  1307. @cindex Name mangling change
  1308. @cindex Type of size_t
  1309. @cindex Incompatibilities between g++ versions
  1310. This depends; as a rule, some upgrades will require rebuilding libg++
  1311. and others will not.  Both versions 2.3.3 and 2.4.0 introduced some
  1312. incompatibilities with previous versions.  For 2.3.3, the name mangling
  1313. of certain virtual table names changed, which introduced an
  1314. incompatiblity.  For 2.4.0, the type of ``size_t'' changed on Suns
  1315. from int (as declared by the include files provided by Sun) to
  1316. unsigned long (the ANSI C and draft ANSI C++ standards declare that
  1317. size_t must be unsigned, and the GCC maintainers are now correcting
  1318. this ``bug'').
  1319.  
  1320. Conclusion: if your old compiler is an older version than 2.3.3, you
  1321. must rebuild libg++ when you install a new g++.  If your vendor declares
  1322. size_t to be a signed type and your old compiler is an older version
  1323. than 2.4.0, you also must rebuild libg++.
  1324.  
  1325. @cindex libg++
  1326. This would be a good opportunity to upgrade to the libg++ 2.3.1 release
  1327. if you haven't yet, to minimize the amount of rebuilding.
  1328.  
  1329. @node User Problems, legalities, installation, Top
  1330. @chapter User Problems
  1331.  
  1332. @menu
  1333. * static data members::  Linker reports undefined symbols for static data members
  1334. * placement new syntax::  g++ won't accept the placement new syntax.
  1335. * bug reports::     I think I have found a bug in g++.
  1336. * porting to g++::  Porting programs from other compilers to g++
  1337. * name mangling::   Why does g++ mangle names differently from other C++ compilers?
  1338. * problems linking with other libraries::  Why can't g++ code link with code from other C++ compilers?
  1339. * documentation::   What documentation exists for g++ 2.x?
  1340. * agreement with standards::  What are the differences between g++ and the ARM specification of C++?
  1341. * compiling standard libraries::  Will g++ compile InterViews?  The NIH class library?
  1342. * debugging on SVR4 systems::  Debugging on SVR4 systems
  1343. @end menu
  1344.  
  1345. @node static data members, placement new syntax,  , User Problems
  1346. @section Linker reports undefined symbols for static data members
  1347.  
  1348. @cindex Static data members
  1349. ``g++ reports undefined symbols for all my static data members when I link,
  1350. even though the program works correctly for compiler XYZ.  What's going on?''
  1351.  
  1352. The problem is almost certainly that you don't give definitions for
  1353. your static data members.  If you have
  1354.  
  1355. @example
  1356. class Foo @{
  1357.     ...
  1358.     void method();
  1359.     static int bar;
  1360. @};
  1361. @end example
  1362.  
  1363. you have only declared that there is an int named Foo::bar and a member
  1364. function named Foo::method that is defined somewhere.  You still need to
  1365. defined BOTH method() and bar in some source file.  According to the draft
  1366. ANSI standard, you must supply an initializer, such as
  1367.  
  1368. @example
  1369. int Foo::bar = 0;
  1370. @end example
  1371.  
  1372. @noindent
  1373. in one (and only one) source file.
  1374.  
  1375. @node placement new syntax, bug reports, static data members, User Problems
  1376. @section g++ won't accept the placement new syntax.
  1377.  
  1378. ``I have a program that uses the "placement syntax" of operator new,
  1379. e.g.
  1380.  
  1381. @example
  1382.    new (somewhere) T;
  1383. @end example
  1384.  
  1385. @noindent
  1386. and g++ won't accept it.''
  1387.  
  1388. Up until version 2.3.1, g++ accepted an alternate form of the placement
  1389. syntax, for historical reasons; use
  1390.  
  1391. @example
  1392.    new @{somewhere@} T;
  1393. @end example
  1394.  
  1395. @noindent
  1396. if you are using g++-2.2.2 or older.
  1397.  
  1398. @cindex g++, version 2.3.1
  1399. @cindex g++, version 2.3.2
  1400. As of 2.3.1, g++ finally fixed this, using the standard ARM syntax for
  1401. "placement new".  A few remaining glitches were fixed in 2.3.2.  The
  1402. only remaining problem is with declarators for pointers to functions;
  1403.  
  1404. @example
  1405. new (void (*)(int));  // confuses gcc 2.3.2
  1406. new (a) (void (*)(int)); // ditto
  1407. @end example
  1408.  
  1409. @cindex typedef
  1410. These can be worked around with a typedef:
  1411.  
  1412. @example
  1413. typedef void (*fun)(int);
  1414. new fun;
  1415. new (a) fun;
  1416. @end example
  1417.  
  1418. @node bug reports, porting to g++, placement new syntax, User Problems
  1419. @section I think I have found a bug in g++.
  1420.  
  1421. @cindex Bug in g++, newly found
  1422. ``I think I have found a bug in g++, but I'm not sure.  How do I know,
  1423. and who should I tell?''
  1424.  
  1425. @cindex Manual, for gcc
  1426. First, see the excellent section on bugs and bug reports in the gcc manual
  1427. (which is included in the gcc distribution).  As a short summary of that
  1428. section: if the compiler gets a fatal signal, for any input, it's a bug
  1429. (newer versions of g++ will ask you to send in a bug report when they
  1430. detect an error in themselves).  Same thing for producing invalid
  1431. assembly code.
  1432.  
  1433. When you report a bug, make sure to describe your platform (the type of
  1434. computer, and the version of the operating system it is running) and the
  1435. version of the compiler that you are running.  Also provide enough code
  1436. so that the g++ maintainers can duplicate your bug.
  1437.  
  1438. I will add some extra notes that are C++-specific, since the notes from
  1439. gcc are generally C-specific.
  1440.  
  1441. @cindex g++ bug report
  1442. First, mail your bug report to "bug-g++@@prep.ai.mit.edu".  You may also
  1443. post to gnu.g++.bug, but it's better to use mail, particularly if you
  1444. have any doubt as to whether your news software generates correct reply
  1445. addresses.  Don't mail C++ bugs to bug-gcc@@prep.ai.mit.edu.
  1446.  
  1447. @cindex libg++ bug report
  1448. If your bug involves libg++ rather than the compiler, mail to
  1449. bug-libg++@@prep.ai.mit.edu.  If you're not sure, you could send your bug
  1450. to both lists.
  1451.  
  1452. @cindex C++, reference books
  1453. @cindex ARM [Annotated C++ Ref Manual]
  1454. Second, if your program does one thing, and you think it should do
  1455. something else, it is best to consult a good reference if in doubt.  The
  1456. standard reference is "The Annotated C++ Reference Manual", by Ellis and
  1457. Stroustrup (copyright 1990, ISBN #0-201-51459-1).  This is what they're
  1458. talking about on the net when they refer to ``the ARM''.
  1459.  
  1460. The reference manual, without annotations, also appears in Stroustrup's
  1461. "The C++ Programming Language, Second Edition" (copyright 1991, ISBN
  1462. #0-201-53992-6).  Both books are published by Addison-Wesley.
  1463.  
  1464. @cindex AT&T cfront
  1465. Note that the behavior of (any version of) AT&T's "cfront" compiler is
  1466. NOT the standard for the language.
  1467.  
  1468. @node porting to g++, name mangling, bug reports, User Problems
  1469. @section Porting programs from other compilers to g++
  1470.  
  1471. ``I have a program that runs on <some other C++ compiler>, and I want
  1472. to get it running under g++.  Is there anything I should watch out
  1473. for?''
  1474.  
  1475. @cindex Porting to g++
  1476. First, see the questions on placement new syntax and static data members.
  1477.  
  1478. There are two other reasons why a program that worked under one compiler
  1479. might fail under another: your program may depend on the order of
  1480. evaluation of side effects in an expression, or it may depend on the
  1481. lifetime of a temporary (you may be assuming that a temporary object
  1482. "lives" longer than the standard guarantees).  As an example of the
  1483. first:
  1484.  
  1485. @example
  1486. void func(int,int);
  1487.  
  1488. int i = 3;
  1489. func(i++,i++);
  1490. @end example
  1491.  
  1492. @cindex Order of evaluation, problems in porting
  1493. Novice programmers think that the increments will be evaluated in strict
  1494. left-to-right order.  Neither C nor C++ guarantees this; the second
  1495. increment might happen first, for example.  func might get 3,4, or it
  1496. might get 4,3.
  1497.  
  1498. @cindex Classes, problems in porting
  1499. @cindex Problems in porting, class
  1500. The second problem often happens with classes like the libg++ String
  1501. class.  Let's say I have
  1502.  
  1503. @example
  1504. String func1();
  1505. void func2(const char*);
  1506. @end example
  1507.  
  1508. and I say
  1509.  
  1510. @example
  1511. func2(func1());
  1512. @end example
  1513.  
  1514. because I know that class String has an "operator const char*".  So what
  1515. really happens is
  1516.  
  1517. @example
  1518. func2(func1().convert());
  1519. @end example
  1520.  
  1521. where I'm pretending I have a convert() method that is the same as the
  1522. cast.  This is unsafe, because the temporary String object may be deleted
  1523. after its last use (the call to the conversion function), leaving the
  1524. pointer pointing to garbage, so by the time func2 is called, it gets an
  1525. invalid argument.
  1526.  
  1527. @cindex ANSI draft standard
  1528. If you think this is ugly, you should know that the ANSI C++ committee is
  1529. still debating the lifetime-of-temporaries problem.
  1530.  
  1531. @cindex Scope, problems in porting
  1532. @cindex Problems in porting, scope
  1533. For now, the safe way to write such code is to give the temporary a name,
  1534. which forces it to live until the end of the scope of the name. For
  1535. example:
  1536.  
  1537. @example
  1538. String& tmp = func1();
  1539. func2(tmp);
  1540. @end example
  1541.  
  1542. Finally, like all compilers (but especially C++ compilers, it seems),
  1543. g++ has bugs, and you may have tweaked one.
  1544.  
  1545. @node name mangling, problems linking with other libraries, porting to g++, User Problems
  1546. @section Why does g++ mangle names differently from other C++ compilers?
  1547.  
  1548. See the answer to the next question.
  1549. @cindex Mangling names
  1550.  
  1551. @node problems linking with other libraries, documentation, name mangling, User Problems
  1552. @section Why can't g++ code link with code from other C++ compilers?
  1553.  
  1554. ``Why can't I link g++-compiled programs against libraries compiled by
  1555. some other C++ compiler?''
  1556.  
  1557. @cindex Mangling names
  1558. @cindex Cygnus Support
  1559. Some people think that,
  1560. if only the FSF and Cygnus Support folks would stop being
  1561. stubborn and mangle names the same way that, say, cfront does, then any
  1562. g++-compiled program would link successfully against any cfront-compiled
  1563. library and vice versa.  Name mangling is the least of the problems.
  1564. Compilers differ as to how objects are laid out, how multiple inheritance
  1565. is implemented, how virtual function calls are handled, and so on, so if
  1566. the name mangling were made the same, your programs would link against
  1567. libraries provided from other compilers but then crash when run.  For this
  1568. reason, the ARM @emph{encourages} compiler writers to make their name mangling
  1569. different from that of other compilers for the same platform.
  1570. Incompatible libraries are then detected at link time, rather than at run
  1571. time.
  1572. @cindex ARM [Annotated C++ Ref Manual]
  1573. @cindex Compiler differences
  1574.  
  1575. @node documentation, agreement with standards, problems linking with other libraries, User Problems
  1576. @section What documentation exists for g++ 2.x?
  1577.  
  1578. @cindex g++, documentation
  1579. Relatively little.
  1580. The gcc manual describes the C front end, and also the back
  1581. end, which is shared by the C++ compiler, but there is relatively little
  1582. documentation for the C++ front end beyond a cursory description of the
  1583. command line options (although more C++ specific
  1584. information has been added to the gcc manual as of version 2.4.1).
  1585.  
  1586. There is a Unix-style manual entry,
  1587. "g++.1", in the gcc-2.x distribution; this describes the extra
  1588. command-line options that g++ supports, and the #pragma interface and
  1589. #pragma implementation directives.
  1590.  
  1591. (Latest news: as of 2.4.0, these pragmas are finally described in the
  1592. main gcc manual).
  1593.  
  1594. A draft of a document describing the g++ internals appears in the gcc
  1595. distribution (called g++int.texi); it is still incomplete.
  1596.  
  1597. @node agreement with standards, compiling standard libraries, documentation, User Problems
  1598. @section What are the differences between g++ and the ARM specification of C++?
  1599.  
  1600. @cindex ARM [Annotated C++ Ref Manual]
  1601. The chief thing missing from g++ that is in the ARM is exceptions.
  1602. There are bits and pieces of exception code present, but it is not
  1603. presently usable.
  1604.  
  1605. @cindex g++, template support
  1606. @cindex Templates
  1607. The template implementation is still new.  The implementation in 2.4.1
  1608. represents a considerable improvement over that of previous releases,
  1609. but it has a long way to go.
  1610.  
  1611. g++ does not implement a separate pass to instantiate template functions
  1612. and classes at this point; for this reason, it will not work, for the most
  1613. part, to declare your template functions in one file and define them in
  1614. another.  The compiler will need to see the entire definition of the
  1615. function, and will generate a static copy of the function in each file
  1616. in which it is used.
  1617.  
  1618. @cindex g++ bugs
  1619. As with any beta-test compiler, there are bugs.  You can help improve
  1620. the compiler by submitting detailed bug reports.
  1621.  
  1622. One of the weakest areas of g++ other than templates is the resolution
  1623. of overloaded functions and operators in complex cases.  The usual
  1624. symptom is that in a case where the ARM says that it is ambiguous which
  1625. function should be chosen, g++ chooses one (often the first one
  1626. declared).  This is usually not a problem when porting C++ code from
  1627. other compilers to g++, but shows up as errors when code developed under
  1628. g++ is ported to other compilers.
  1629.  
  1630. [A full bug list would be very long indeed, so I won't put one here.
  1631. I may add a list of frequently-reported bugs and "non-bugs" like the
  1632. static class members issue mentioned above].
  1633.  
  1634. @node compiling standard libraries, debugging on SVR4 systems, agreement with standards, User Problems
  1635. @section Will g++ compile InterViews?  The NIH class library?
  1636.  
  1637. @cindex NIH class library
  1638. The NIH class library uses a non-portable, compiler-dependent hack
  1639. to initialize itself, which makes life difficult for g++ users.
  1640. It will not work without modification, and I don't know what modifications
  1641. are required or whether anyone has done them successfully.
  1642.  
  1643. @cindex Cygnus Support
  1644. @cindex NIHCL with g++
  1645. Brendan Kehoe of Cygnus Support is working on getting NIHCL to build with g++.
  1646. He says, "The NIHCL release will hopefully contain patches to gcc to
  1647. let it build."
  1648.  
  1649. [ From Steinar Bang <steinarb@@idt.unit.no>]
  1650.  
  1651. @cindex InterViews 3.1
  1652. @cindex gcc, version 2.3.3
  1653. @cindex libg++, version 2.3
  1654. InterViews 3.1 compiles and runs with gcc-2.3.3 and libg++-2.3, except
  1655. that the "doc" application immediately dumps core when you try to run it.  
  1656. There is also a small glitch with idraw.
  1657.  
  1658. There is a patch for InterViews 3.1 from Johan Garpendahl
  1659. <garp@@isy.liu.se> available for FTP from site ``ugle.unit.no''.
  1660. It is in the file
  1661.  
  1662. /pub/X11/contrib/InterViews/g++/3.1-beta3-patch.
  1663.  
  1664. This fixes two things: the Doc coredump, and the pattern menu of idraw.
  1665. Read the instructions at the start of the file.
  1666.  
  1667. [ I don't know whether the situation has changed with 2.4.0 ]
  1668.  
  1669. @node debugging on SVR4 systems,  , compiling standard libraries, User Problems
  1670. @section Debugging on SVR4 systems
  1671. @cindex System VR4, debugging
  1672.  
  1673. ``When I use the -g flag on C++ code on a System V Release 4 system,
  1674. I get lots of undefined symbols at link time.  Why?  Help!''
  1675.  
  1676. [From Ron Guilmette:]
  1677. The changes needed to get the g++ front-end to generate proper DWARF style
  1678. debugging information for System V Release 4 are not yet completed, nor
  1679. will they be until g++ version 2.4 (at the earliest).
  1680.  
  1681. (Guess what?  2.4 is out, and it @emph{still} doesn't work, but now g++
  1682. will give you a warning message and turn off debugging rather than put
  1683. out bogus assembly code.  Latest word from Brendan Kehoe: "it should
  1684. work [better] in whatever major release comes after 2.4.1 ...").
  1685.  
  1686. [Ron again:]
  1687. There is nothing that you (as an end-user) can do to correct this problem.
  1688. (It is actually @emph{many} problems, and they are all very complex.)  Until
  1689. the g++ maintainers have time to fix this, you should simply @emph{avoid} using
  1690. the -g option when using g++ on SVR4.
  1691.  
  1692. @node legalities, index, User Problems, Top
  1693. @chapter What are the rules for shipping code built with g++ and libg++?
  1694. @cindex Shipping rules
  1695. @cindex GPL [GNU Public License]
  1696.  
  1697. ``Is it is possible to distribute programs for profit that are created
  1698. with g++ and use the g++ libraries?''
  1699.  
  1700. I am not a lawyer, and this is not legal advice.  In any case, I have
  1701. little interest in telling people how to violate the spirit of the
  1702. GNU licenses without violating the letter.  This section tells you
  1703. how to comply with the intention of the GNU licenses as best I understand
  1704. them.
  1705.  
  1706. @cindex FSF [Free Software Foundation]
  1707. The FSF has no objection to your making money.  Its only interest is that
  1708. source code to their programs, and libraries, and to modified versions of
  1709. their programs and libraries, is always available.
  1710.  
  1711. The short answer is that you do not need to release the source to
  1712. your program, but you can't just ship a stripped executable either.
  1713.  
  1714. Compiling your code with a GNU compiler does not affect its copyright;
  1715. it is still yours.  However, in order to ship code that links in a GNU
  1716. library such as libg++ there are certain rules you must follow.  The
  1717. rules are described in the file COPYING.LIB that accompanies gcc
  1718. distributions; it is also included in the libg++ distribution.
  1719. See that file for the exact rules.  The agreement is called the
  1720. Library GNU Public License or LGPL.  It is much "looser" than the
  1721. GNU Public License, or GPL, that covers must GNU programs.
  1722.  
  1723. @cindex libg++, shipping code
  1724. Here's the deal: let's say that you use some version of libg++,
  1725. completely unchanged, in your software, and you want to ship only
  1726. a binary form of your code.  You can do this, but there are several
  1727. special requirements.  If you want to use libg++ but ship only object
  1728. code for your code, you have to ship source for libg++ (or ensure
  1729. somehow that your customer already has the source for the exact
  1730. version you are using), and ship your application in linkable form.
  1731. You cannot forbid your customer from reverse-engineering or extending
  1732. your program by exploiting its linkable form.
  1733.  
  1734. @cindex libg++, modifying
  1735. Furthermore, if you modify libg++ itself, you must provide source
  1736. for your modifications (making a derived class does not count as
  1737. modifying the library -- that is "a work that uses the library").
  1738.  
  1739. @node index,  , legalities, Top
  1740. @comment  node-name,  next,  previous,  up
  1741. @appendix Concept Index
  1742.  
  1743. @printindex cp
  1744.  
  1745. @page
  1746. @contents
  1747. @bye
  1748.  
  1749. --
  1750. Joe Buck    jbuck@ohm.EECS.Berkeley.EDU
  1751.  
  1752.  
  1753.